Skip to content

feat: add OpenRPC JSON updater tool (#1837) #3810

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 21 commits into
base: main
Choose a base branch
from

Conversation

mwb-al
Copy link
Contributor

@mwb-al mwb-al commented Jun 3, 2025

Description:

Tool to keep the spec in sync in case of updates.

Related issue(s):

Fixes #1837

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

Signed-off-by: Michał Walczak <michal.walczak@arianelabs.com>
@lfdt-bot
Copy link

lfdt-bot commented Jun 3, 2025

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

license/snyk check is complete. No issues have been found. (View Details)

mwb-al added 7 commits June 3, 2025 14:16
…ersions (hiero-ledger#1837)

Signed-off-by: Michał Walczak <michal.walczak@arianelabs.com>
Signed-off-by: Michał Walczak <michal.walczak@arianelabs.com>
…pdater scripts (hiero-ledger#1837)

Signed-off-by: Michał Walczak <michal.walczak@arianelabs.com>
…pdater scripts (hiero-ledger#1837)

Signed-off-by: Michał Walczak <michal.walczak@arianelabs.com>
…n OpenRPC JSON updater scripts (hiero-ledger#1837)

Signed-off-by: Michał Walczak <michal.walczak@arianelabs.com>
…C JSON updater workflow (hiero-ledger#1837)

Signed-off-by: Michał Walczak <michal.walczak@arianelabs.com>
…low (hiero-ledger#1837)

Signed-off-by: Michał Walczak <michal.walczak@arianelabs.com>
Copy link
Contributor

@arianejasuwienas arianejasuwienas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It works great! I just have a suggestion that we could describe, configure, and fine-tune a few things a bit better.

@arianejasuwienas arianejasuwienas added the ArianeLabs Items ArianeLabs is contributing to label Jun 4, 2025
@arianejasuwienas arianejasuwienas added this to the 0.69.0 milestone Jun 4, 2025
mwb-al added 4 commits June 6, 2025 11:22
…ved README, and workflow refinements (hiero-ledger#1837)

Signed-off-by: Michał Walczak <michal.walczak@arianelabs.com>
…iero-ledger#1837)

Signed-off-by: Michał Walczak <michal.walczak@arianelabs.com>
Signed-off-by: Michał Walczak <michal.walczak@arianelabs.com>
…on` changes (hiero-ledger#1837)

Signed-off-by: Michał Walczak <michal.walczak@arianelabs.com>
@mwb-al mwb-al marked this pull request as ready for review June 9, 2025 13:47
@mwb-al mwb-al requested review from a team as code owners June 9, 2025 13:47
…ts (hiero-ledger#1837)

Signed-off-by: Michał Walczak <michal.walczak@arianelabs.com>
@natanasow natanasow modified the milestones: 0.69.0, 0.70.0 Jun 13, 2025
mwb-al and others added 3 commits June 13, 2025 14:18
…d adding new methods (hiero-ledger#1837)

Signed-off-by: Michał Walczak <michal.walczak@arianelabs.com>
…removal of deprecated logic (hiero-ledger#1837)

Signed-off-by: Michał Walczak <michal.walczak@arianelabs.com>
@mwb-al
Copy link
Contributor Author

mwb-al commented Jun 17, 2025

Related issue: #3839 (comment)

mwb-al and others added 2 commits June 17, 2025 12:52
…t.params.2.required` in CUSTOM_FIELDS (hiero-ledger#1837)

Signed-off-by: Michał Walczak <michal.walczak@arianelabs.com>
Copy link

codecov bot commented Jun 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

@@           Coverage Diff           @@
##             main    #3810   +/-   ##
=======================================
  Coverage        ?   48.63%           
=======================================
  Files           ?       83           
  Lines           ?     4770           
  Branches        ?      970           
=======================================
  Hits            ?     2320           
  Misses          ?     2073           
  Partials        ?      377           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

mwb-al and others added 2 commits June 25, 2025 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ArianeLabs Items ArianeLabs is contributing to
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make the openrpc.json schema adhere to the Ethereum execution API specs
5 participants